Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class
Fields Properties Methods


In This Topic
    RdlEnum<T> Class Members
    In This Topic

    The following tables list the members exposed by RdlEnum<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThe expression. (Inherited from C1.C1Rdl.RdlProp)
    Protected FieldA flag indicating that the value is an expression. (Inherited from C1.C1Rdl.RdlProp)
    Top
    Public Properties
     NameDescription
    Public PropertyGets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyGets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyGets the enum value if this object contains a constant, throws an exception if this object contains an expression.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Compares the current object to another object. This method performs comparison by value.  
    Public MethodOverridden. Gets the hash code for the current object based on its value.  
    Public MethodConverts the current object to a string.  
    Public Methodstatic (Shared in Visual Basic)Parses a string into properties of RdlEnum<T> type.  
    Top
    Public Operators
    Tests whether two RdlEnum<T> objects are equal.
    Overloaded. Converts an RdlEnum<T> value to a string.
    Tests whether the two RdlEnum<T> objects are not equal.
    Top
    See Also